home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #14 / Monster Media No. 14 (April 1996) (Monster Media, Inc.).ISO / modem / hqfax41.zip / HQFAX.BAT < prev    next >
DOS Batch File  |  1995-05-01  |  2KB  |  61 lines

  1. Echo off
  2. REM *********************************************************************/
  3. REM                                                                     */
  4. REM   SYSTEM       : HQ-FAX                                             */
  5. REM   COPYRIGHT    : (c) 1995 HTF CONSULTING                            */
  6. REM                                                                     */
  7. REM *********************************************************************/
  8. REM                                                                     */
  9. REM   BAT file name: HQFAX.bat                                          */
  10. REM   DESCRIPTION  : Build and execute a user customized conversion     */
  11. REM                  procedure for EPSON to FAX w. View & Send options. */
  12. REM                  This Batch file drives HQ-FAX as a stand-alone App.*/
  13. REM                  Observe how it owns (starts & terminates) BTS.com  */
  14. REM                                                                     */
  15. REM *********************************************************************/
  16. REM
  17. CLS
  18. REM Echo  Build and execute a customized Epson to FAX conversion procedure
  19. REM Echo  Enter BREAK to abort or . . .
  20. REM - Pause
  21. REM BTS.com
  22.  EP2LQFAX.exe /spbts %1 %2
  23. if errorlevel 90 goto Abort
  24. if not errorlevel 20 goto Chek10
  25. CLS
  26. ECHO Print Capture is Set up.  You have 100 seconds to being printing.
  27. ECHO 5 seconds after the last byte of print data Print Capture will complete.
  28. ECHO Then you must enter "FAXIT" from the DOS prompt to convert and send your FAX.
  29. PAUSE
  30. goto Quit
  31.  
  32. :CHek10
  33. if errorlevel 10 goto Showit
  34. REM
  35. goto Doit:
  36.  
  37. :Showit
  38. CLS
  39. Echo === You have requested to review the conversion procedure. Here it is! ===
  40. Echo =======                                                           ========
  41. Type FAXit.bat
  42. Echo ==========================================================================
  43. Echo Examine the above procedure, Enter Cntl_C to abort or . . .
  44. Pause
  45.  
  46. :Doit
  47. CLS
  48. Echo ====================
  49. Echo Conversion underway!
  50. Echo ====================
  51. FAXit.bat
  52.  
  53. :Quit
  54. CLS
  55. :Abort
  56. CLS
  57. if errorlevel 90 Echo Abnormal end of job - User abort
  58. REM C:
  59. REM chdir c:\
  60. Echo on
  61.